PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFJavaX509Certificate Class
Fields Methods


In This Topic
    PDFJavaX509Certificate Class Members
    In This Topic

    The following tables list the members exposed by PDFJavaX509Certificate.

    Public Constructors
    Protected Fields
    Public Methods
     NameDescription
    Public MethodGets the X.509 certificate.  
    Public MethodGets the certificate chanin.  
    Public MethodGet the value of the specified extension.  
    Public MethodGets the certificate's issuer.  
    Public MethodGets the DER encoded issuer name.  
    Public MethodGets the end date of the certificate's validity period.  
    Public MethodGets the start date of the certificate's validity period.  
    Public MethodGets the private key associated with this certificate. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFX509Certificate)
    Public MethodGets the DER encoded public key.  
    Public MethodGets the OID of the public key.  
    Public MethodGets the certificate's serial number.  
    Public MethodGets the certificate's subject.  
    Public MethodGets the DER encoded subject name.  
    Public MethodGets the certificate's version.  
    Public MethodConverts the object to string representation.  
    Top
    See Also